[linux] remove gratuitous differences with plain linux.
authorChristian Limpach <Christian.Limpach@xensource.com>
Wed, 24 Jan 2007 14:36:03 +0000 (14:36 +0000)
committerChristian Limpach <Christian.Limpach@xensource.com>
Wed, 24 Jan 2007 14:36:03 +0000 (14:36 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
linux-2.6-xen-sparse/arch/i386/kernel/sysenter.c

index e72b58ecca2a402990db3a0ad32ed0bc2cbb41cf..4dd50f81b82b5ff6a732dca53d4d9f56a3274630 100644 (file)
@@ -76,9 +76,7 @@ static void *syscall_page;
 
 int __init sysenter_setup(void)
 {
-       void *page = (void *)get_zeroed_page(GFP_ATOMIC);
-
-       syscall_page = page;
+       syscall_page = (void *)get_zeroed_page(GFP_ATOMIC);
 
 #ifdef CONFIG_XEN
        if (boot_cpu_has(X86_FEATURE_SEP)) {